home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / pwrtcp11.exe / TCP.TX_ / TCP.bin
Text File  |  1995-02-16  |  2KB  |  64 lines

  1. PowerTCP TCP Libraries
  2. ======================
  3.  
  4.  
  5. Interface Details
  6. -----------------
  7.  
  8. The DLL interface provides C functions that your application can 
  9. call, using callback functions for event notification. The 
  10. Microsoft static library interface provides a C++ base class with 
  11. member functions your application can call, using virtual 
  12. functions for event notification.  The VBX interface provides 
  13. properties instead of functions, and event handlers for all event 
  14. notification.
  15.  
  16. All PowerTCP TCP interfaces provide the following functions and 
  17. event notification:
  18.  
  19. Connect() - Specify the remote host, remote port, and local host 
  20. (for multi-homed hosts) and your application is notified of the 
  21. connection.
  22.  
  23. Listen() - Specify the local host and port, and your program is 
  24. notified of a successful listening state. This function is only 
  25. used by servers.
  26.  
  27. Accept() - When listening and informed of a passive connection, 
  28. this function initializes a new session with the connection. This 
  29. function is only used by servers.
  30.  
  31. Send() - Sends a block of data, handling all buffering.  Your 
  32. application is notified when the data has been accepted by the 
  33. system buffers (thereby providing flow control). The Recv() event 
  34. handler is called with data when it is received.
  35.  
  36. Close() - Closes or abort operations, releasing all system 
  37. resources.
  38.  
  39.  
  40. Support
  41. -------
  42.  
  43. Dart Communications provides free installation support.  
  44. Software maintenance agreement is available through OEM licensing.  
  45. Consulting services are also offered.
  46.  
  47. Libraries
  48. ---------
  49.  
  50. P16TCPL.LIB, P16TCPLD.LIB, P16TCPM.LIB, P16TCPMD.LIB, P16TCPSD.LIB and p16TCPS.LIB provide the 16-bit C++ interface. 
  51. P32TCP.LIB provides a 32-bit C++ interface. P16TCPC3.DLL and
  52. P32TCPC3 are provided as 16 and 32-bit versions. P16TCPB3.VBX provides the VB interface.
  53.  
  54. Sample applications and source code that utilize each library are 
  55. also included.
  56.  
  57.  
  58. Contact
  59. -------
  60.  
  61. Dart Communications                    Tel:    315.655.1024
  62. 61 Albany Street                       Fax:    315.655.1025
  63. Cazenovia, NY 13035                    E-mail: sales@dart.com
  64.